home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 36 / PC Gamer IT CD 36 2-2.iso / utility / pmio12 / Pmio.ex_ / 0 / RCDATA / TFINDERFORM1 / TFINDERFORM1.txt < prev   
Text File  |  1998-10-17  |  3KB  |  129 lines

  1. object FinderForm1: TFinderForm1
  2.   Left = 69
  3.   Top = 145
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   ActiveControl = Combo
  7.   BorderIcons = [biSystemMenu, biMinimize]
  8.   BorderStyle = bsSingle
  9.   Caption = 'Image Finder'
  10.   ClientHeight = 153
  11.   ClientWidth = 281
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   FormStyle = fsStayOnTop
  18.   Icon.Data = {<image000.ico>}
  19.   OnHide = FormHide
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Image1: TImage
  24.     Left = 9
  25.     Top = 48
  26.     Width = 32
  27.     Height = 32
  28.     AutoSize = True
  29.     Center = True
  30.     Picture.Data = {<image001.ico>}
  31.   end
  32.   object Label1: TLabel
  33.     Left = 10
  34.     Top = 15
  35.     Width = 65
  36.     Height = 21
  37.     AutoSize = False
  38.     Caption = '&Pattern:'
  39.     FocusControl = Combo
  40.     Transparent = True
  41.   end
  42.   object ResultLabel: TLabel
  43.     Left = 18
  44.     Top = 100
  45.     Width = 245
  46.     Height = 21
  47.     Alignment = taCenter
  48.     AutoSize = False
  49.     Font.Charset = DEFAULT_CHARSET
  50.     Font.Color = clRed
  51.     Font.Height = -11
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = [fsBold]
  54.     ParentFont = False
  55.     Transparent = True
  56.   end
  57.   object FindButton: TButton
  58.     Left = 18
  59.     Top = 122
  60.     Width = 75
  61.     Height = 25
  62.     Caption = '&Find'
  63.     Default = True
  64.     Enabled = False
  65.     TabOrder = 5
  66.     OnClick = FindButtonClick
  67.   end
  68.   object CloseButton: TButton
  69.     Left = 102
  70.     Top = 122
  71.     Width = 75
  72.     Height = 25
  73.     Cancel = True
  74.     Caption = 'Close'
  75.     TabOrder = 6
  76.     OnClick = CloseButtonClick
  77.   end
  78.   object CheckBox1: TCheckBox
  79.     Left = 60
  80.     Top = 40
  81.     Width = 101
  82.     Height = 17
  83.     Caption = 'Match &case'
  84.     TabOrder = 1
  85.   end
  86.   object HelpButton: TButton
  87.     Left = 186
  88.     Top = 122
  89.     Width = 75
  90.     Height = 25
  91.     Caption = '&Help'
  92.     TabOrder = 7
  93.     OnClick = HelpButtonClick
  94.   end
  95.   object CheckBox2: TCheckBox
  96.     Left = 168
  97.     Top = 40
  98.     Width = 109
  99.     Height = 17
  100.     Caption = 'E&xact match'
  101.     TabOrder = 2
  102.   end
  103.   object CheckBox3: TCheckBox
  104.     Left = 60
  105.     Top = 80
  106.     Width = 217
  107.     Height = 17
  108.     Caption = 'Clear &selection before searching'
  109.     TabOrder = 4
  110.   end
  111.   object Combo: TComboBox
  112.     Left = 60
  113.     Top = 12
  114.     Width = 201
  115.     Height = 21
  116.     ItemHeight = 13
  117.     TabOrder = 0
  118.     OnChange = ComboChange
  119.   end
  120.   object CheckBox4: TCheckBox
  121.     Left = 60
  122.     Top = 60
  123.     Width = 217
  124.     Height = 17
  125.     Caption = 'Include &basket in search'
  126.     TabOrder = 3
  127.   end
  128. end
  129.